home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CSi Master: Ableton Live 5
/
CSi Master: Ableton Live 5.iso
/
pc
/
rsrc
/
locrsrc
/
mtprsrc-old.dir
/
Internal_146_serial no field 1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-10-31
|
184 b
|
12 lines
on keyDown
if the key = SPACE then
dontPassEvent()
else
if (the key = RETURN) or (the key = ENTER) then
CTchecknumber()
else
pass()
end if
end if
end